--- a
+++ b/functions/@eegobj/isfield.m
@@ -0,0 +1,3 @@
+function res = isfield(this, vals);
+
+    res = isfield(struct(this(1).EEG), vals);