Numeric value validation on save

I found a workaround by adding validation rule on Salesforce side.

NOT( ISNUMBER(Text(ts2__Years_of_Experience__c )))

I hope there is a better solution.