SyntaxFix
Write A Post
Hire A Developer
Questions
There is Javascript function isNaN which will do that.
isNaN(90) =>false
so you can check numeric by
!isNaN(90) =>true