Method on @sym: isna (x)

Symbolic expressions cannot be the Octave/R missing data NA.

Always returns false:

isna([sym(1) sym('x') sym(nan)])
  ⇒ ans =
      0   0   0

(We have this mainly so assert works properly.)

See also: @sym/isnan.

Package: symbolic