Using a simple EditTextPreference in my preferences activity:
EditTextPreference
I think this is the shortest one I could come up with:
int CheckInterval = Integer.parseInt(sharedPreferences.getString("check_frequency","60"));