isNumeric ========= Returns whether the variable value type is ``integer`` or ``decimal``, as a Boolean value. See also :doc:`../global/variable`. Syntax ------ .. code-block:: javascript isNumeric() Examples -------- .. code-block:: javascript $var('WEIGHT').isNumeric()