External Interfaces/API Reference    
mxIsInt32

True if mxArray represents its data as signed 32-bit integers

Fortran Syntax

Arguments

m
   Pointer to an mxArray.

Returns

1 if the array stores its data as signed 32-bit integers, and 0 otherwise.

Description

Use mxIsInt32 to determine whether or not the specified array represents its real and imaginary data as 32-bit signed integers.

Calling mxIsInt32 is equivalent to calling

See Also

mxIsClass, mxGetClassID


  mxIsInt16 mxIsLogical