check Values
Checks whether the edit text field for the user's age contains numbers only.
If the user has only entered numbers in the edit text field, the specified age will be saved using the studyUserViewModel.setAge method. Otherwise an error is displayed and the method returns false.
Return
true if provided data in age edit text field are numbers only and false if the user provided also non-numeric characters.