A function $f: \mathbb{R}^2 \to \mathbb{R}$ is said to be submodular if for all $x,y \in \mathbb{R}^2$ it holds $$ f(x \vee y)+f(x \wedge y)\le f(x)+f(y). $$
In particular, if $x_1 \ge y_1$ and $x_2 \le y_2$, this means that $$ f(y_1,x_2)+f(x_2,y_1) \le f(x_1,y_1)+f(x_2,y_2), $$ or, equivalently, $$ \sum_{I\subseteq \{1,2\}}(-1)^{|I|}f(xIy)\ge 0 $$ where $xIy$ is the vector $I$ where we replace the components of $x$ with the components of $y$ in the positions in $I$.
Question. Let us take a function $f:\mathbb{R}^3 \to \mathbb{R}$ with the property that $$ \sum_{I\subseteq \{1,2,3\}}(-1)^{|I|}f(xIy)\ge 0 $$ for all vector $x,y \in \mathbb{R}^3$. Do such function have a name in the literature?