isrealint
Element-wise real-integer test.
Syntax
Section titled “Syntax”TF = isrealint(A)Description
Section titled “Description”Returns true for elements that are real (no imaginary part) AND have integer values. Combines isreal and isintegral.
See also
Section titled “See also”isreal— Element-wise real-type test.isintegral— Element-wise integer-value test.isrealpositiveint— Element-wise real-positive-integer test.