NumericArrayType
NumericArrayType[array] gives the underlying type of values used for each element in the NumericArray object.
Examples
Get the type of a numeric array:
arr = NumericArray[{1, 2, 3}, "Integer32"];
NumericArrayType[arr]
(* "Integer32" *)Please visit the official Wolfram Language Reference for more details.