Adds an isNumeric method to Underscore based on the jQuery.isNumeric implementation.
npm install underscore.isnumeric> Adds an isNumeric method to the UnderscoreJS library based on the jQuery.isNumeric implementation.
``bash`
npm install --save underscore.isnumeric
javascript
require('underscore.isnumeric');
_.isNumeric(valueToCheck);
``